home *** CD-ROM | disk | FTP | other *** search
/ Backpacker 2 (Sweden) / BackPacker 2 (Sweden) (Disc 1).7z / BackPacker 2 (Sweden) (Disc 1).bin / pc / instdata / inst0024 / 00005.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  276 b   |  12 lines

  1. on mouseDown
  2.   global gOpenIndex, gOpenIndexL, gLineP
  3.   if gOpenIndex > 0 then
  4.     set L to the mouseLine
  5.     if L > 0 then
  6.       set gOpenIndex to getAt(gOpenIndexL, L - 1 + gLineP)
  7.       set the locV of sprite 4 to 132 + (16 * L)
  8.       updateStage()
  9.     end if
  10.   end if
  11. end
  12.